home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / thelosti.swf / scripts / frame_5 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  144 b   |  10 lines

  1. stop();
  2. back_btn.onRelease = function()
  3. {
  4.    gotoAndStop("menu");
  5. };
  6. prev_btn.onRelease = function()
  7. {
  8.    gotoAndStop("tutorial2");
  9. };
  10.